home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: bath.ac.uk!uwe-bristol!pa-ross
- From: pa-ross@pat.uwe.ac.uk (P Ross)
- Subject: Linking WASM to WPP code
- Message-ID: <1996Feb23.142043.5037@pat.uwe.ac.uk>
- Sender: usenet@pat.uwe.ac.uk (uwe nntp usenet poster)
- Nntp-Posting-Host: usenet@pat.uwe.ac.uk (uwe nntp usenet poster)
- Organization: University of the West of England, Bristol
- References: <4gg5m3$4f0@news1.usa.pipeline.com>
- Date: Fri, 23 Feb 1996 14:20:43 GMT
-
-
- I have some code which is written in C which I'm trying to get working with
- the watcom c plus plus compiler. It calls an external assembler procedure
- which even though compiles ok won't link into my code. I keep getting an
- undefined refernce.
-
- How should I prototype the function in the C++ code to get it to work ?
-
- The assembler proc is _VR_ResetTimer, and in my code I have void
- VR_ResetTimer(void).
-
- Please help,
-
- I'm going mad here :(
-
- Paul
-
-
-
-